home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 2 / Mac_Expert_2.iso / Applications / T-Script v3.0 / T-Script APD, PPD for Aldus / TSCRIPT470.PPD < prev   
Encoding:
PostScript Printer Description  |  1992-04-07  |  8.4 KB  |  291 lines  |  [TEXT/????]

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "TScript" version 47.0
  3. *% Produced by "GETapd.ps" version 2.0 edit 44
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *%
  12. *% Date: 10 April 1991
  13. *FormatVersion: "3.0"
  14. *FileVersion: "2.2"
  15. *LanguageVersion: English
  16.  
  17. *Product: "(TScript)"
  18. *PSVersion: "(47.0) 2"
  19. *NickName: ""
  20.  
  21. *% General Information and Defaults ===============
  22. *ColorDevice: True
  23. *FreeVM: "220000"
  24. *VariablePaperSize: True
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save statusdict begin
  28.     (False) /diskstatus where{
  29.         pop diskstatus exch pop 0 ne {pop (True)} if
  30.     }if = flush
  31. end restore
  32. "
  33. *End
  34. *Throughput: "8"
  35. *Password: "0"
  36. *ExitServer: "
  37.   count 0 eq {  % is the password on the stack?
  38.     true 
  39.   }{
  40.     dup    % potential password
  41.     statusdict begin checkpassword end not
  42.   } ifelse 
  43.   {  %  if no password or not valid 
  44.     (WARNING : Cannot perform the exitserver command.) = 
  45.     (Password supplied is not valid.) = 
  46.     (Please contact the author of this software.) = flush
  47.     quit
  48.   } if 
  49.   serverdict begin exitserver
  50. "
  51. *End
  52.  
  53. *Reset: "
  54.   count 0 eq {  % is the password on the stack?
  55.     true 
  56.   }{
  57.     dup    % potential password
  58.     statusdict begin checkpassword end not
  59.   } ifelse 
  60.   {  %  if no password or not valid 
  61.     (WARNING : Cannot reset printer.) = 
  62.     (Password supplied is not valid.) = 
  63.     (Please contact the author of this software.) = flush
  64.     quit
  65.   } if 
  66.   serverdict begin exitserver
  67.   systemdict /quit get exec
  68.   (WARNING : Printer Reset Failed.) = flush
  69. "
  70. *End
  71.  
  72. *DefaultResolution: 300dpi
  73. *?Resolution: "
  74. save
  75.   initgraphics
  76.   0 0 moveto currentpoint matrix defaultmatrix transform
  77.   0 72 lineto currentpoint matrix defaultmatrix transform
  78.   3 -1 roll sub dup mul
  79.   3 1 roll exch sub dup mul
  80.   add sqrt round cvi
  81.   (          ) cvs print (dpi) = flush
  82. restore
  83. "
  84. *End
  85.  
  86. *% Halftone Information ===============
  87. *ScreenFreq: "60.0"
  88. *ScreenAngle: "45.0"
  89. *DefaultScreenProc: Dot
  90. *ScreenProc Dot: "
  91. {dup mul exch dup mul add 1.0 exch sub }
  92. "
  93. *End
  94. *ScreenProc Line: "{ pop }"
  95. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  96.  
  97. *DefaultTransfer: Null
  98. *Transfer Null: "{ }"
  99. *Transfer Null.Inverse: "{ 1 exch sub }"
  100.  
  101. *% Paper Handling ===================
  102.  
  103. *% Use these entries to set paper size most of the time, unless there is
  104. *% specific reason to use PageRegion or PaperTray.
  105. *DefaultPageSize: Letter
  106. *PageSize Letter: "letter"
  107. *PageSize Legal: "legal"
  108. *PageSize Note: "note"
  109. *PageSize Tabloid: "11x17"
  110. *PageSize A3: "a3"
  111. *PageSize A4: "a4"
  112. *PageSize A5: "a5"
  113. *PageSize B5: "b5"
  114.  
  115. *% These entries will set up the frame buffer. Usually used with manual feed.
  116. *DefaultPageRegion: Letter
  117. *PageRegion Letter: "letter"
  118. *PageRegion Legal: "legal"
  119. *PageRegion Note: "note"
  120. *PageRegion Tabloid: "11x17"
  121. *PageRegion A3: "a3"
  122. *PageRegion A4: "a4"
  123. *PageRegion A5: "a5"
  124. *PageRegion B5: "b5"
  125.  
  126. *DefaultPaperTray: None
  127.  
  128. *% The following entries provide information about specific paper keywords.
  129. *DefaultImageableArea: Letter
  130. *ImageableArea Letter: "0 1 612 791 "
  131. *ImageableArea Legal: "0 1 612 1007 "
  132. *ImageableArea Note: "0 1 612 791 "
  133. *ImageableArea Tabloid: "0 1 791 1223 "
  134. *ImageableArea A3: "0 1 840 1190 "
  135. *ImageableArea A4: "0 1 596 842 "
  136. *ImageableArea A5: "0 1 420 595 "
  137. *ImageableArea B5: "0 1 499 708 "
  138. *?ImageableArea: "
  139.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  140.   newpath clippath pathbbox
  141.   4 -2 roll exch 2 {ceiling cvp} repeat
  142.   exch 2 {floor cvp} repeat flush
  143.  restore
  144. "
  145. *End
  146.  
  147. *% These provide the physical dimensions of the paper (by keyword)
  148. *DefaultPaperDimension: Letter
  149. *PaperDimension Letter: "612 792"
  150. *PaperDimension Legal: "612 1008"
  151. *PaperDimension Note: "612 792"
  152. *PaperDimension Tabloid: "792 1224"
  153. *PaperDimension A3: "842 1190"
  154. *PaperDimension A4: "595 842"
  155. *PaperDimension A5: "420 595"
  156. *PaperDimension B5: "499 708"
  157.  
  158. *DefaultOutputBin: None
  159. *DefaultInputSlot: None
  160.  
  161. *DefaultManualFeed: False
  162. *?ManualFeed: "
  163. save
  164.  statusdict /manualfeed get
  165.  {(True)}{(False)}ifelse = flush
  166. restore
  167. "
  168. *End
  169. *ManualFeed True: "statusdict begin /manualfeed true store end"
  170. *ManualFeed False: "statusdict begin /manualfeed false store end"
  171.  
  172. *DefaultOutputOrder: Reverse
  173.  
  174. *DefaultCollator: None
  175. *DefaultSorter: None
  176. *DefaultDuplex: None
  177.  
  178. *% Font Information =====================
  179.  
  180. *DefaultFont: Courier
  181. *Font Courier: Standard "(001.000)"
  182. *Font Courier-Bold: Standard "(001.000)"
  183. *Font Courier-BoldOblique: Standard "(001.000)"
  184. *Font Courier-Oblique: Standard "(001.000)"
  185. *Font Helvetica: Standard "(001.000)"
  186. *Font Helvetica-Bold: Standard "(001.000)"
  187. *Font Helvetica-BoldOblique: Standard "(001.000)"
  188. *Font Helvetica-Narrow: Standard "(001.000)"
  189. *Font Helvetica-Narrow-Bold: Standard "(001.000)"
  190. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)"
  191. *Font Helvetica-Narrow-Oblique: Standard "(001.000)"
  192. *Font Helvetica-Oblique: Standard "(001.000)"
  193. *Font Symbol: Special "(001.001)"
  194. *Font Times-Bold: Standard "(001.000)"
  195. *Font Times-BoldItalic: Standard "(001.000)"
  196. *Font Times-Italic: Standard "(001.000)"
  197. *Font Times-Roman: Standard "(001.000)"
  198. *?FontQuery: "
  199. save  2 dict begin /sv exch def
  200. /str 128 string def
  201. {
  202.   count 0 gt {
  203.     dup str cvs (/) print print (:) print    
  204.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  205.   }{ exit } ifelse
  206. } bind loop
  207. (*) = flush
  208. sv end restore
  209. "
  210. *End
  211.  
  212. *?FontList: "
  213. save  2 dict begin /sv exch def
  214. /str 128 string def
  215. FontDirectory { pop == } bind forall flush 
  216. /filenameforall where { 
  217.  pop save (fonts/*) { 
  218.   dup length 6 sub 6 exch getinterval cvn ==  
  219.  } bind str filenameforall flush restore
  220. } if 
  221. (*) = flush
  222. sv end restore
  223. "
  224. *End
  225.  
  226. *% Printer Messages (verbatim from printer):
  227. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  228. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  229. *Message: "\FontName\ not found, using Courier"
  230.  
  231. *% Status (format: %%[ status: <one of these> %%] )
  232. *Status: "idle"
  233. *Status: "busy"
  234. *Status: "waiting"
  235. *Status: "printing"
  236. *Status: "PrinterError: timeout, clearing printer"
  237. *Status: "PrinterError: warming up"
  238. *Status: "PrinterError: resetting printer"
  239. *Status: "PrinterError: timeout"
  240.  
  241. *% Input Sources (format: %%[ status: <stat>; source: <one of these>]%% )
  242. *Source: "AppleTalk"
  243.  
  244. *% Printer Error (format: %%[ PrinterError: <one of these>]%%)
  245. *PrinterError: "timeout, clearing printer"
  246. *PrinterError: "warming up"
  247. *PrinterError: "resetting printer"
  248. *PrinterError: "timeout"
  249.  
  250. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  251.  
  252. *% Color Separation Information =====================
  253.  
  254. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  255.  
  256. *InkName: ProcessBlack/Process Black
  257. *InkName: CustomColor/Custom Color
  258. *InkName: ProcessCyan/Process Cyan
  259. *InkName: ProcessMagenta/Process Magenta
  260. *InkName: ProcessYellow/Process Yellow
  261.  
  262. *% For 60 lpi / 300 dpi =====================================================
  263.  
  264. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  265. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  266. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  267. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  268. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  269.  
  270. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  271. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  272. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  273. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  274. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  275.  
  276. *% For 53 lpi / 300 dpi =====================================================
  277.  
  278. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  279. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  280. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  281. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  282. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  283.  
  284. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  285. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  286. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  287. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  288. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  289.  
  290. *% end of PPD file for TScript
  291.